U_CAPI int32_t U_EXPORT2 u_strncmp (const UChar *ucs1, const UChar *ucs2, int32_t n)

Compare two ustrings for bitwise equality

Documentation

Compare two ustrings for bitwise equality. Compares at most n characters.
Returns:
0 if s1 and s2 are bitwise equal; a negative value if s1 is bitwise less than s2,/TT>; a positive value if s1 is bitwise greater than s2,/TT>.
Parameters:
s1 - A string to compare.
s2 - A string to compare.
n - The maximum number of characters to compare.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de